home *** CD-ROM | disk | FTP | other *** search
/ iBrowse Update Disc / iBrowse Update Disc.iso / distrib / boot / !Boot / Utils / DeskRun < prev    next >
Text File  |  1998-02-05  |  520b  |  9 lines

  1. SetEval Boot$Conf 0
  2. IfThere BootResources:!Configure then SetEval Boot$Conf 2
  3. IfThere Resources:$.Apps.!Configure Then SetEval Boot$Conf 1
  4. If (Boot$OSVersion >= 350) AND (Boot$Conf = 2) Then Filer_Run BootResources:!Configure
  5. If (Boot$OSVersion >= 350) AND (Boot$Conf <> 2) Then Error You cannot reconfigure this machine
  6. If (Boot$OSVersion < 350) AND (Boot$Conf = 1) Then Filer_Run Resources:$.Apps.!Configure
  7. If (Boot$OSVersion < 350) AND (Boot$Conf <> 1) Then Error You cannot reconfigure this machine
  8. Unset Boot$Conf
  9.